Model Prediction

Model Prediction

Supply the resource to perform prediction on You can also supply specific config for the deployed service

Request
path Parameters
id
required
string

ID of the Model to train

Request Body schema: application/json
object

Service Configuration

required
object

Predict input

Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

post/ml/models/{id}/predict
Request samples
application/json
{
  • "config": {
    },
  • "input": {
    }
}
Response samples
application/json
{
  • "input": {
    },
  • "serviceConfig": {
    }
}